Crate oxc_ast_macros
source ·Attribute Macros§
- This attribute serves two purposes. First, it is a marker for our
ast_tools
to detect AST types. Secondly, it generates the following code:
Derive Macros§
- Dummy derive macro for a non-existent trait
Ast
. - Derive macro generating an impl of the trait
CloneIn
.